home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <interface> <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkWindow" id="calc_window"> <property name="events">GDK_BUTTON_PRESS_MASK</property> <property name="role">gcalctool</property> <property name="resizable">False</property> <accel-groups> <group name="accelgroup1"/> </accel-groups> <signal name="key_press_event" handler="main_window_key_press_cb"/> <signal name="delete_event" handler="quit_cb"/> <child> <object class="GtkVBox" id="window_vbox"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkMenuBar" id="menubar"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <child> <object class="GtkMenuItem" id="menuitem1"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Calculator menu">_Calculator</property> <property name="use_underline">True</property> <child type="submenu"> <object class="GtkMenu" id="menuitem1_menu"> <child> <object class="GtkImageMenuItem" id="copy_menu"> <property name="label">gtk-copy</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <property name="accel_group">accelgroup1</property> <signal name="activate" handler="copy_cb"/> </object> </child> <child> <object class="GtkImageMenuItem" id="paste_menu"> <property name="label">gtk-paste</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <property name="accel_group">accelgroup1</property> <signal name="activate" handler="paste_cb"/> </object> </child> <child> <object class="GtkSeparatorMenuItem" id="menuitem5"> <property name="visible">True</property> </object> </child> <child> <object class="GtkImageMenuItem" id="menuitem6"> <property name="label">gtk-preferences</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <signal name="activate" handler="show_preferences_cb"/> </object> </child> <child> <object class="GtkSeparatorMenuItem" id="menuitem2"> <property name="visible">True</property> </object> </child> <child> <object class="GtkImageMenuItem" id="quit_menu"> <property name="label">gtk-quit</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <property name="accel_group">accelgroup1</property> <accelerator key="w" signal="activate" modifiers="GDK_CONTROL_MASK"/> <signal name="activate" handler="quit_cb"/> </object> </child> </object> </child> </object> </child> <child> <object class="GtkMenuItem" id="menuitem3"> <property name="visible">True</property> <property name="label" translatable="yes" comments="View menu">_View</property> <property name="use_underline">True</property> <child type="submenu"> <object class="GtkMenu" id="menuitem3_menu"> <child> <object class="GtkRadioMenuItem" id="view_basic_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="View|Basic menu item">_Basic</property> <property name="use_underline">True</property> <property name="active">True</property> <signal name="activate" handler="mode_radio_cb"/> </object> </child> <child> <object class="GtkRadioMenuItem" id="view_advanced_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="View|Advanced menu item">_Advanced</property> <property name="use_underline">True</property> <property name="group">view_basic_menu</property> <signal name="activate" handler="mode_radio_cb"/> </object> </child> <child> <object class="GtkRadioMenuItem" id="view_financial_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="View|Financial menu item">_Financial</property> <property name="use_underline">True</property> <property name="group">view_basic_menu</property> <signal name="activate" handler="mode_radio_cb"/> </object> </child> <child> <object class="GtkRadioMenuItem" id="view_scientific_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="View|Scientific menu item">_Scientific</property> <property name="use_underline">True</property> <property name="group">view_basic_menu</property> <signal name="activate" handler="mode_radio_cb"/> </object> </child> <child> <object class="GtkRadioMenuItem" id="view_programming_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="View|Programming menu item">_Programming</property> <property name="use_underline">True</property> <property name="group">view_basic_menu</property> <signal name="activate" handler="mode_radio_cb"/> </object> </child> </object> </child> </object> </child> <child> <object class="GtkMenuItem" id="menuitem4"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Help menu">_Help</property> <property name="use_underline">True</property> <child type="submenu"> <object class="GtkMenu" id="menuitem4_menu"> <child> <object class="GtkImageMenuItem" id="help_menu"> <property name="label" translatable="yes" comments="Help|Contents menu">_Contents</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="image">image1</property> <property name="use_stock">False</property> <property name="accel_group">accelgroup1</property> <accelerator key="F1" signal="activate"/> <signal name="activate" handler="help_cb"/> </object> </child> <child> <object class="GtkImageMenuItem" id="about_menu"> <property name="label">gtk-about</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <property name="accel_group">accelgroup1</property> <signal name="activate" handler="about_cb"/> </object> </child> </object> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEventBox" id="display_eventbox"> <property name="visible">True</property> <child> <object class="GtkScrolledWindow" id="display_scroll"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="border_width">7</property> <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">never</property> <property name="shadow_type">in</property> <child> <object class="GtkViewport" id="viewport1"> <property name="visible">True</property> <property name="resize_mode">queue</property> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> <object class="GtkTextView" id="displayitem"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="pixels_above_lines">8</property> <property name="pixels_below_lines">2</property> <property name="editable">False</property> <property name="wrap_mode">word</property> <property name="justification">right</property> <property name="right_margin">6</property> <property name="buffer">display_buffer</property> <child internal-child="accessible"> <object class="AtkObject" id="displayitem-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" comments="Accessible description for the area in which results are displayed">Result Region</property> </object> </child> <signal name="populate_popup" handler="buffer_populate_popup_cb"/> <signal name="button_release_event" handler="middle_click_paste_cb"/> <signal name="paste_clipboard" handler="paste_cb"/> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkTextView" id="info_textview"> <property name="visible">True</property> <property name="editable">False</property> <property name="wrap_mode">word</property> <property name="justification">right</property> <property name="right_margin">6</property> <property name="cursor_visible">False</property> <property name="buffer">info_buffer</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> </child> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkAlignment" id="bit_panel"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <object class="GtkTable" id="bit_table"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">39</property> <child> <object class="GtkEventBox" id="bit_eventbox_1"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_1"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_2"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_2"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_3"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_3"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_4"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_4"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_5"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_5"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_6"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_6"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_7"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_7"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_8"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_8"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">10</property> <property name="right_attach">11</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_9"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_9"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">11</property> <property name="right_attach">12</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_10"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_10"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">12</property> <property name="right_attach">13</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_11"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_11"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">13</property> <property name="right_attach">14</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_12"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_12"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">15</property> <property name="right_attach">16</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_13"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_13"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">16</property> <property name="right_attach">17</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_14"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_14"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">17</property> <property name="right_attach">18</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_15"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_15"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">18</property> <property name="right_attach">19</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_31"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_31"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_30"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_30"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">37</property> <property name="right_attach">38</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_29"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_29"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">36</property> <property name="right_attach">37</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_28"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_28"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">35</property> <property name="right_attach">36</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_27"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_27"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">33</property> <property name="right_attach">34</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_26"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_26"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">32</property> <property name="right_attach">33</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_25"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_25"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">31</property> <property name="right_attach">32</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_24"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_24"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">30</property> <property name="right_attach">31</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_23"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_23"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">28</property> <property name="right_attach">29</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_22"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_22"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">27</property> <property name="right_attach">28</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_21"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_21"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">26</property> <property name="right_attach">27</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_20"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_20"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">25</property> <property name="right_attach">26</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_19"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_19"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">23</property> <property name="right_attach">24</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_18"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_18"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">22</property> <property name="right_attach">23</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_17"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_17"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">21</property> <property name="right_attach">22</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_16"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_16"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="bit_marker_label0"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label">63</property> <property name="justify">center</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="bit_maker_label3"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label">31</property> <property name="justify">center</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="bit_marker_label2"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label">32</property> <property name="justify">center</property> </object> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="bit_marker_label5"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label">0</property> <property name="justify">center</property> </object> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_32"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_32"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_33"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_33"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_34"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_34"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_35"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_35"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_36"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_36"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_37"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_37"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_38"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_38"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_39"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_39"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_40"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_40"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">10</property> <property name="right_attach">11</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_41"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_41"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">11</property> <property name="right_attach">12</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_42"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_42"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">12</property> <property name="right_attach">13</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_43"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_43"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">13</property> <property name="right_attach">14</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_44"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_44"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">15</property> <property name="right_attach">16</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_45"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_45"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">16</property> <property name="right_attach">17</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_46"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_46"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">17</property> <property name="right_attach">18</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_47"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_47"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">18</property> <property name="right_attach">19</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_48"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_48"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_49"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_49"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">21</property> <property name="right_attach">22</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_50"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_50"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">22</property> <property name="right_attach">23</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_51"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_51"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">23</property> <property name="right_attach">24</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_52"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_52"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">25</property> <property name="right_attach">26</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_53"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_53"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">26</property> <property name="right_attach">27</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_54"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_54"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">27</property> <property name="right_attach">28</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_55"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_55"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">28</property> <property name="right_attach">29</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_56"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_56"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">30</property> <property name="right_attach">31</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_57"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_57"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">31</property> <property name="right_attach">32</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_58"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_58"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">32</property> <property name="right_attach">33</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_59"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_59"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">33</property> <property name="right_attach">34</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_60"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_60"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">35</property> <property name="right_attach">36</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_61"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_61"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">36</property> <property name="right_attach">37</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_62"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_62"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">37</property> <property name="right_attach">38</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_63"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_63"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="left_attach">38</property> <property name="right_attach">39</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="bit_marker_label1"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label">47</property> <property name="justify">center</property> </object> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="bit_marker_label4"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label">15</property> <property name="justify">center</property> </object> <packing> <property name="left_attach">20</property> <property name="right_attach">21</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label25"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label26"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">9</property> <property name="right_attach">10</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label27"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">14</property> <property name="right_attach">15</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label28"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">19</property> <property name="right_attach">20</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label29"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">24</property> <property name="right_attach">25</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label30"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">29</property> <property name="right_attach">30</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label31"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">34</property> <property name="right_attach">35</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label32"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label33"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">9</property> <property name="right_attach">10</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label34"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">14</property> <property name="right_attach">15</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label35"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">19</property> <property name="right_attach">20</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label36"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">24</property> <property name="right_attach">25</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label37"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">29</property> <property name="right_attach">30</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label38"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> </property> </object> <packing> <property name="left_attach">34</property> <property name="right_attach">35</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEventBox" id="bit_eventbox_0"> <property name="visible">True</property> <signal name="button_press_event" handler="bit_toggle_cb"/> <child> <object class="GtkLabel" id="bit_label_0"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label"> 0</property> </object> </child> </object> <packing> <property name="x_options">GTK_SHRINK</property> <property name="y_options"></property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkTable" id="button_table"> <property name="visible">True</property> <property name="border_width">3</property> <property name="n_rows">9</property> <property name="n_columns">10</property> <child> <object class="GtkTable" id="basic_panel"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">5</property> <child> <object class="GtkButton" id="calc_4_button"> <property name="label">4</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_7_button"> <property name="label">7</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_8_button"> <property name="label">8</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_9_button"> <property name="label">9</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_5_button"> <property name="label">5</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_6_button"> <property name="label">6</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_divide_button"> <property name="label">÷</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the division button">Divide [/]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_1_button"> <property name="label">1</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_2_button"> <property name="label">2</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_0_button"> <property name="label">0</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_numeric_point_button"> <property name="label" comments="Label is set in gtk.c to comply with LC flags">.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the numeric point button">Numeric point [. or ,]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_result_button"> <property name="label" translatable="yes" comments="Label on the solve button (clicking this solves the displayed calculation)">=</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the solve button">Calculate result [=]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="solve_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_3_button"> <property name="label">3</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="digit_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_multiply_button"> <property name="label">×</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the multiplication button">Multiply [*]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_subtract_button"> <property name="label">−</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the subtraction button">Subtract [-]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="subtract_cb"/> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_add_button"> <property name="label">+</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the addition button">Add [+]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_clear_button"> <property name="label" translatable="yes" comments="Label on the clear display button. Clr is short for Clear">Clr</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltop for the clear display button">Clear display [Escape]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="clear_cb"/> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_start_group_button"> <property name="label">(</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the start block button">Start block [(]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_end_group_button"> <property name="label">)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the end block button">End block [)]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_percentage_button"> <property name="label">%</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip on the percentage button">Percentage [%]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> </object> <packing> <property name="right_attach">5</property> <property name="top_attach">5</property> <property name="bottom_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="advanced_panel"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">5</property> <child> <object class="GtkButton" id="calc_store_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the store value button">Store value</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_store_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the store value button">Store</property> </object> </child> <signal name="clicked" handler="popup_cb"/> <child> <object class="GtkHBox" id="hbox20"> <property name="visible">True</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label23"> <property name="visible">True</property> <property name="label" translatable="yes" comments="The label on the memory store button">→ R</property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkArrow" id="arrow14"> <property name="visible">True</property> <property name="arrow_type">down</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_recall_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the recall value button">Recall value</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_recall_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the recall value button">Recall</property> </object> </child> <signal name="clicked" handler="popup_cb"/> <child> <object class="GtkHBox" id="hbox19"> <property name="visible">True</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label22"> <property name="visible">True</property> <property name="label" translatable="yes" comments="The label on the memory recall button">← R</property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkArrow" id="arrow13"> <property name="visible">True</property> <property name="arrow_type">down</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_pi_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the Pi button">Pi [Ctrl+P]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <object class="GtkLabel" id="pi_label"> <property name="visible">True</property> <property name="label">π</property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_modulus_divide_button"> <property name="label">mod</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the modulus division button">Modulus divide</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_root_button"> <property name="label">√</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the root button">Root [Ctrl+S]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_x_pow_y_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the exponentiation (x to the power of y) button">Exponent [^ or **]</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_x_pow_y_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the exponentiation (x to the power of y) button">Exponent</property> </object> </child> <signal name="clicked" handler="button_cb"/> <child> <object class="GtkLabel" id="x_pow_y_label"> <property name="visible">True</property> <property name="label"><i>x</i><sup><i>y</i></sup></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_logarithm_button"> <property name="label">log</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the base 10 logarithm button">Base 10 logarithm</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_inverse_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the inverse button">Inverse [Ctrl+I]</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_inverse_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the inverse button">Inverse</property> </object> </child> <signal name="clicked" handler="button_cb"/> <child> <object class="GtkLabel" id="label20"> <property name="visible">True</property> <property name="label"><i>x</i><sup>−1</sup></property> <property name="use_markup">True</property> <property name="justify">center</property> </object> </child> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_natural_logarithm_button"> <property name="label">ln</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the natural logarithm button">Natural logarithm</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_eulers_number_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the Euler's number button">Euler's number</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <object class="GtkLabel" id="eulers_number_label"> <property name="visible">True</property> <property name="label"><i>e</i></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_abs_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the absolute value button">Absolute value [|]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_abs_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the absolute value button">Absolute Value</property> </object> </child> <signal name="clicked" handler="button_cb"/> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="label">|<i>x</i>|</property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_factorial_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the factorial button">Factorial [!]</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_factorial_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the factorial button">Factorial</property> </object> </child> <signal name="clicked" handler="button_cb"/> <child> <object class="GtkLabel" id="label14"> <property name="visible">True</property> <property name="label"><i>x</i>!</property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_integer_portion_button"> <property name="label">int</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the integer portion button">Integer portion</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_exponential_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the scientific exponent button">Scientific exponent [Ctrl+E]</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_exponential_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the scientific exponent button">Scientific Exponent</property> </object> </child> <signal name="clicked" handler="exponent_cb"/> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="label">×10<sup><i>y</i></sup></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_fractional_portion_button"> <property name="label">frac</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the fractional portion button">Fractional portion</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_imaginary_button"> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> <child> <object class="GtkLabel" id="imaginary_label"> <property name="visible">True</property> <property name="label"><i>i</i></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkToggleButton" id="subscript_togglebutton"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the subscript mode button">Subscript number mode [Alt+number]</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="subscript_togglebutton-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the subscript mode button">Subscript</property> </object> </child> <signal name="clicked" handler="set_subscript_cb"/> <child> <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="yalign">0</property> <property name="label">⎕<sub>n</sub></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkToggleButton" id="superscript_togglebutton"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the superscript mode button">Superscript number mode [Ctrl+number]</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="superscript_togglebutton-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the superscript mode button">Superscript</property> </object> </child> <signal name="clicked" handler="set_superscript_cb"/> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="label">⎕<sup>n</sup></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_ans_button"> <property name="label">ans</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the answer variable button">Answer variable</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_factor_button"> <property name="label">fact</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the factorize button">Factorize into prime numbers (Ctrl+F)</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_factor_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the factorize button">Factorize</property> </object> </child> <signal name="clicked" handler="factorize_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">10</property> <property name="top_attach">5</property> <property name="bottom_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="programming_panel"> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">10</property> <child> <object class="GtkButton" id="calc_13_button"> <property name="label">D</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_14_button"> <property name="label">E</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_15_button"> <property name="label">F</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_10_button"> <property name="label">A</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_11_button"> <property name="label">B</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_12_button"> <property name="label">C</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_and_button"> <property name="label">AND</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the boolean AND button">Boolean AND</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_or_button"> <property name="label">OR</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the boolean OR button">Boolean OR</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_not_button"> <property name="label">NOT</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the boolean NOT button">Boolean NOT</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_xor_button"> <property name="label">XOR</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the boolean exclusive OR button">Boolean exclusive OR</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_ones_complement_button"> <property name="label">ones</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the ones' complement button">Ones' complement</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_twos_complement_button"> <property name="label">twos</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the two's complement button">Two's complement</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_shift_right_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the shift right button">Shift right [>]</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_shift_right_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the shift right button">Shift Right</property> </object> </child> <signal name="clicked" handler="popup_cb"/> <child> <object class="GtkHBox" id="hbox10"> <property name="visible">True</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label">></property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkArrow" id="arrow4"> <property name="visible">True</property> <property name="arrow_type">down</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_shift_left_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the shift left button">Shift left [<]</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_shift_left_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the shift left button">Shift Left</property> </object> </child> <signal name="clicked" handler="popup_cb"/> <child> <object class="GtkHBox" id="hbox11"> <property name="visible">True</property> <property name="spacing">3</property> <child> <object class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label"><</property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkArrow" id="arrow5"> <property name="visible">True</property> <property name="arrow_type">down</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_trunc_button"> <property name="label">trunc</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the truncate button">Truncate value</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">9</property> <property name="right_attach">10</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_random_button"> <property name="label">rand</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the random number button">Random number</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_base_2_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the base 2 button">Base 2</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_base_2_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the base 2 button">Base 2</property> </object> </child> <signal name="clicked" handler="base_cb"/> <child> <object class="GtkLabel" id="base_2_label"> <property name="visible">True</property> <property name="label"><i>x</i><sub>2</sub></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_base_8_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the base 8 button">Base 8</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_base_8_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the base 8 button">Base 8</property> </object> </child> <signal name="clicked" handler="base_cb"/> <child> <object class="GtkLabel" id="base_8_label"> <property name="visible">True</property> <property name="label"><i>x</i><sub>8</sub></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_base_16_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the base 16 button">Base 16</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_base_16_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the base 16 button">Base 16</property> </object> </child> <signal name="clicked" handler="base_cb"/> <child> <object class="GtkLabel" id="base_16_label"> <property name="visible">True</property> <property name="label"><i>x</i><sub>16</sub></property> <property name="use_markup">True</property> </object> </child> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_character_button"> <property name="label">á</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" comments="Tooltip for the insert character button">Insert character</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <child internal-child="accessible"> <object class="AtkObject" id="calc_character_button-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the insert character button">Insert Character</property> </object> </child> <signal name="clicked" handler="insert_ascii_cb"/> </object> <packing> <property name="left_attach">9</property> <property name="right_attach">10</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> </object> <packing> <property name="right_attach">10</property> <property name="top_attach">3</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="si_panel"> <property name="n_columns">10</property> <child> <object class="GtkButton" id="calc_si_kilo_button"> <property name="label">k</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_milli_button"> <property name="label">m</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_micro_button"> <property name="label">µ</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_mega_button"> <property name="label">M</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_giga_button"> <property name="label">G</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_peta_button"> <property name="label">P</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_femto_button"> <property name="label">f</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_pico_button"> <property name="label">p</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_si_nano_button"> <property name="label">n</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <placeholder/> </child> </object> <packing> <property name="right_attach">10</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="scientific_panel"> <property name="visible">True</property> <property name="n_columns">10</property> <child> <object class="GtkButton" id="calc_tangent_button"> <property name="label">tan</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_sine_button"> <property name="label">sin</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_cosine_button"> <property name="label">cos</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_hyperbolic_cosine_button"> <property name="label">cosh</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_hyperbolic_sine_button"> <property name="label">sinh</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_hyperbolic_tangent_button"> <property name="label">tanh</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="button_cb"/> </object> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> <packing> <property name="right_attach">10</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkTable" id="financial_panel"> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">10</property> <child> <object class="GtkButton" id="calc_finc_straight_line_depreciation_button"> <property name="label" translatable="yes" comments="Calculates the straight-line depreciation of an asset for one period. The depreciable cost is cost - salvage. The straight-line method of depreciation divides the depreciable cost evenly over the useful life of an asset. The useful life is the number of periods, typically years, over which an asset is depreciated. See also: http://en.wikipedia.org/wiki/Depreciation">Sln</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">7</property> <property name="right_attach">8</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_periodic_interest_rate_button"> <property name="label" translatable="yes" comments="Calculates the periodic interest necessary to increase an investment of present value pv to a future value of fv, over the number of compounding periods in term. See also: http://en.wikipedia.org/wiki/Interest ">Rate</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">6</property> <property name="right_attach">7</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_present_value_button"> <property name="label" translatable="yes" comments="Calculates the present value of an investment based on a series of equal payments, each of amount pmt, discounted at a periodic interest rate of int, over the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Present_value">Pv</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">5</property> <property name="right_attach">6</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_periodic_payment_button"> <property name="label" translatable="yes" comments="Calculates the amount of the periodic payment of a loan, where payments are made at the end of each payment period. See also: http://en.wikipedia.org/wiki/Amortization_schedule">Pmt</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">4</property> <property name="right_attach">5</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_future_value_button"> <property name="label" translatable="yes" comments="Calculates the future value of an investment based on a series of equal payments, each of amount pmt, at a periodic interest rate of int, over the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Future_value">Fv</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_gross_profit_margin_button"> <property name="label" translatable="yes" comments="Calculates the resale price of a product, based on the product cost and the wanted gross profit margin. See also: http://en.wikipedia.org/wiki/Gross_profit_margin">Gpm</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_double_declining_depreciation_button"> <property name="label" translatable="yes" comments="Calculates the depreciation allowance on an asset for a specified period of time, using the double-declining balance method. See also: http://en.wikipedia.org/wiki/Depreciation">Ddb</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_compounding_term_button"> <property name="label" translatable="yes" comments="Calculates the number of compounding periods necessary to increase an investment of present value pv to a future value of fv, at a fixed interest rate of int per compounding period. See also: http://en.wikipedia.org/wiki/Compound_interest">Ctrm</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_sum_of_the_years_digits_depreciation_button"> <property name="label" translatable="yes" comments="Calculates the depreciation allowance on an asset for a specified period of time, using the Sum-Of-The-Years'-Digits method. This method of depreciation accelerates the rate of depreciation, so that more depreciation expense occurs in earlier periods than in later ones. The depreciable cost is cost - salvage. The useful life is the number of periods, typically years, over which an asset is depreciated. See also: http://en.wikipedia.org/wiki/Depreciation">Syd</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">8</property> <property name="right_attach">9</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_finc_term_button"> <property name="label" translatable="yes" comments="Calculates the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value of fv, at a periodic interest rate of int. Each payment is equal to amount pmt. See also: http://en.wikipedia.org/wiki/Annuity_(finance_theory)">Term</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="finc_cb"/> </object> <packing> <property name="left_attach">9</property> <property name="right_attach">10</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <object class="GtkButton" id="calc_currency_button"> <property name="label" translatable="yes" comments="The label on the currency button">¤$€</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="border_width">3</property> <property name="focus_on_click">False</property> <signal name="clicked" handler="currency_cb"/> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> <packing> <property name="right_attach">10</property> <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">3</property> </packing> </child> </object> </child> </object> <object class="GtkMenu" id="left_shift_popup"> <property name="border_width">1</property> <child> <object class="GtkMenuItem" id="shift_left1_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 1 bit">_1 place</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left2_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 2 bits">_2 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left3_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 3 bits">_3 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left4_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 4 bits">_4 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left5_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 5 bits">_5 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left6_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 6 bits">_6 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left7_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 7 bits">_7 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left8_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 8 bits">_8 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left9_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 9 bits">_9 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left10_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 10 bits">10 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left11_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 11 bits">11 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left12_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 12 bits">12 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left13_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 13 bits">13 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left14_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 14 bits">14 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_left15_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Left Shift Popup: Menu item to shift left by 15 bits">15 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> </object> <object class="GtkMenu" id="right_shift_popup"> <property name="border_width">1</property> <child> <object class="GtkMenuItem" id="shift_right1_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 1 bit">_1 place</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right2_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 2 bits">_2 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right3_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 3 bits">_3 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right4_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 4 bits">_4 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right5_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 5 bits">_5 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right6_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 6 bits">_6 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right7_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 7 bits">_7 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right8_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 8 bits">_8 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right9_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 9 bits">_9 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right10_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 10 bits">10 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right11_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 11 bits">11 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right12_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 12 bits">12 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right13_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 13 bits">13 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right14_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 14 bits">14 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="shift_right15_menu"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Right Shift Popup: Menu item to shift right by 15 bits">15 places</property> <property name="use_underline">True</property> <signal name="activate" handler="shift_cb"/> </object> </child> </object> <object class="GtkListStore" id="angle_unit_model"> <columns> <!-- column-name label --> <column type="gchararray"/> <!-- column-name units --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes" comments="Preferences dialog: Angle unit combo box: Use degrees for trigonometric calculations">Degrees</col> <col id="1">degrees</col> </row> <row> <col id="0" translatable="yes" comments="Preferences dialog: Angle unit combo box: Use radians for trigonometric calculations">Radians</col> <col id="1">radians</col> </row> <row> <col id="0" translatable="yes" comments="Preferences dialog: Angle unit combo box: Use gradians for trigonometric calculations">Gradians</col> <col id="1">gradians</col> </row> </data> </object> <object class="GtkListStore" id="display_format_model"> <columns> <!-- column-name label --> <column type="gchararray"/> <!-- column-name format --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes" comments="Number display mode combo: Decimal, e.g. 1234">Decimal</col> <col id="1">decimal</col> </row> <row> <col id="0" translatable="yes" comments="Number display mode combo: Scientific, e.g. 1.234×10^3">Scientific</col> <col id="1">scientific</col> </row> <row> <col id="0" translatable="yes" comments="Number display mode combo: Engineering, e.g. 1.234k">Engineering</col> <col id="1">engineering</col> </row> <row> <col id="0" translatable="yes" comments="Number display mode combo: Binary, e.g. 10011010010₂">Binary</col> <col id="1">binary</col> </row> <row> <col id="0" translatable="yes" comments="Number display mode combo: Octal, e.g. 2322₈">Octal</col> <col id="1">octal</col> </row> <row> <col id="0" translatable="yes" comments="Number display mode combo: Hexadecimal, e.g. 4D2₁₆">Hexadecimal</col> <col id="1">hexadecimal</col> </row> </data> </object> <object class="GtkListStore" id="word_size_model"> <columns> <!-- column-name label --> <column type="gchararray"/> <!-- column-name size --> <column type="gint"/> </columns> <data> <row> <col id="0" translatable="yes" comments="Word size combo: 8 bits">8-bit</col> <col id="1">8</col> </row> <row> <col id="0" translatable="yes" comments="Word size combo: 16 bits">16-bit</col> <col id="1">16</col> </row> <row> <col id="0" translatable="yes" comments="Word size combo: 32 bits">32-bit</col> <col id="1">32</col> </row> <row> <col id="0" translatable="yes" comments="Word size combo: 64 bits">64-bit</col> <col id="1">64</col> </row> </data> </object> <object class="GtkMenu" id="memory_store_popup"> <child> <object class="GtkMenuItem" id="store_menu_item0"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="store_menu_item1"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="store_menu_item2"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="store_menu_item3"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="store_menu_item4"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="store_menu_item5"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="store_menu_cb"/> </object> </child> </object> <object class="GtkMenu" id="memory_recall_popup"> <child> <object class="GtkMenuItem" id="recall_menu_item0"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="recall_menu_item1"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="recall_menu_item2"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="recall_menu_item3"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="recall_menu_item4"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </object> </child> <child> <object class="GtkMenuItem" id="recall_menu_item5"> <property name="visible">True</property> <property name="use_underline">True</property> <signal name="activate" handler="recall_menu_cb"/> </object> </child> </object> <object class="GtkDialog" id="ascii_dialog"> <property name="border_width">6</property> <property name="title" translatable="yes" comments="Title of insert ASCII dialog">Insert ASCII Value</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <signal name="response" handler="ascii_dialog_response_cb"/> <signal name="delete_event" handler="ascii_dialog_delete_cb"/> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox3"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> <object class="GtkHBox" id="hbox21"> <property name="visible">True</property> <property name="border_width">5</property> <child> <object class="GtkLabel" id="label39"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Insert ASCII dialog: Label before character entry">Ch_aracter:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">ascii_entry</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="ascii_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="max_length">1</property> <property name="invisible_char">●</property> <signal name="activate" handler="ascii_dialog_activate_cb"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area3"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="button8"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="button9"> <property name="label" translatable="yes" comments="Insert ASCII dialog: Button to insert selected character">_Insert</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-6">button8</action-widget> <action-widget response="-5">button9</action-widget> </action-widgets> </object> <object class="GtkTextBuffer" id="display_buffer"/> <object class="GtkAccelGroup" id="accelgroup1"/> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="stock">gtk-help</property> <property name="icon-size">1</property> </object> <object class="GtkDialog" id="preferences_dialog"> <property name="border_width">8</property> <property name="title" translatable="yes">Preferences</property> <property name="type_hint">normal</property> <property name="has_separator">False</property> <signal name="response" handler="preferences_response_cb"/> <signal name="delete_event" handler="preferences_dialog_delete_cb"/> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox4"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">5</property> <child> <object class="GtkTable" id="table1"> <property name="visible">True</property> <property name="border_width">5</property> <property name="n_rows">4</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">12</property> <child> <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes" comments="Preferences dialog: Label for angle unit combo box">_Angle units:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">angle_unit_combobox</property> </object> <packing> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="label9"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes" comments="Preferences dialog: Label for display format combo box">Display _Format:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">display_format_combobox</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="angle_unit_combobox"> <property name="visible">True</property> <property name="model">angle_unit_model</property> <signal name="changed" handler="angle_unit_combobox_changed_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> </packing> </child> <child> <object class="GtkComboBox" id="display_format_combobox"> <property name="visible">True</property> <property name="model">display_format_model</property> <signal name="changed" handler="display_format_combobox_changed_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes" comments="Preferences dialog: label for word size combo box">Word _size:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">word_size_combobox</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="word_size_combobox"> <property name="visible">True</property> <property name="model">word_size_model</property> <signal name="changed" handler="word_size_combobox_changed_cb"/> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="bottom_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkTable" id="table2"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="trailing_zeroes_check"> <property name="label" translatable="yes" comments="Preferences dialog: label for show trailing zeroes check button">Show trailing _zeroes</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="trailing_zeroes_check_toggled_cb"/> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <object class="GtkCheckButton" id="thousands_separator_check"> <property name="label" translatable="yes" comments="Preferences dialog: label for show thousands separator check button">Show _thousands separators</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="thousands_separator_check_toggled_cb"/> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> <child> <object class="GtkHBox" id="hbox1"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="decimal_places_label1"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" comments="Not translated by Gtk+, is translated as one string">Show</property> <property name="use_underline">True</property> <property name="mnemonic_widget">decimal_places_spin</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkSpinButton" id="decimal_places_spin"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="adjustment">decimal_places_adjustment</property> <signal name="value_changed" handler="decimal_places_spin_change_value_cb"/> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkLabel" id="decimal_places_label2"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" comments="Not translated by Gtk+, is translated as one string">decimal _places</property> <property name="use_underline">True</property> <property name="mnemonic_widget">decimal_places_spin</property> </object> <packing> <property name="position">2</property> </packing> </child> </object> </child> </object> </child> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area4"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="button1"> <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="0">button1</action-widget> </action-widgets> </object> <object class="GtkTextBuffer" id="info_buffer"/> <object class="GtkAdjustment" id="decimal_places_adjustment"> <property name="upper">9</property> <property name="step_increment">1</property> <property name="page_increment">1</property> </object> </interface>